home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000157_PCPete@audiography.com.au_Sat Apr 5 14:49:30 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail
  2. Date: Thu, 03 Apr 2008 21:05:20 +1100
  3. From: PC Pete <PCPete@audiography.com.au>
  4. User-Agent: Thunderbird 2.0.0.6 (Windows/20070815)
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Help with CPVGEN sources for TurboDOS system?
  8. References: <MPG.225d8d2ae0640103989680@news.optusnet.com.au> <47f49f53$0$20462$afc38c87@news.optusnet.com.au>
  9. In-Reply-To: <47f49f53$0$20462$afc38c87@news.optusnet.com.au>
  10. Content-Type: text/plain; charset=ISO-8859-15; format=flowed
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 53
  13. Message-ID: <47f4abe0$0$13262$afc38c87@news.optusnet.com.au>
  14. NNTP-Posting-Host: 122.107.177.239
  15. X-Trace: 1207217120  13262 122.107.177.239
  16. X-Original-Bytes: 2693
  17. Xref: panix comp.protocols.kermit.misc:15747
  18.  
  19. PC Pete wrote:
  20. > OK, I'm sorting most of the problems out now. Kinda.
  21. > I can now almost compile the cpxxxx sources, but my M80 keeps throwing 
  22. > macro overflow errors.
  23. > It looks like my version doesn't like an included file including another 
  24. > file more than 2 levels deep, and that's exactly what's happening.
  25. > I'll do some more playing to see if I can avoid the included chaining by 
  26. >  making the cpxtyp.mac a bit less flexible to start with - then I can 
  27. > fart around with getting a new version of these tools.
  28. Nope, wrong again. I do get a macro (or memory, the M80 manual and doc 
  29. file are extraordinarily unhelpful, that's one bad side I forgot about 
  30. M/L80) overflow at line 458 in CPXVDU.ASM,and line 1360 in CPXSYS2.ASM, 
  31. and it is happening within an "open" IF directive (these are included 
  32. from line 679 in CPXTYP.ASM), but I'm not sure why that particular 
  33. equate is not getting flagged for pass 2 - especially this is failing on 
  34. the first pass of the assembler!
  35.  
  36. I've included the full output here, if anyone could have a look and see 
  37. if the problem rings any bells, I'd very much appreciate the hand. I 
  38. just can't remember all the pitfalls.
  39.  
  40. Back to the grind. I'm sure it's going to be blindingly, stupendously 
  41. obvious...
  42.  
  43. 0E}m80 cpxtyp=cpxtyp.mac
  44. * sysfam set TRUE *
  45. * CPXCOM.MAC *
  46. * CPXSWT.MAC *
  47. * Assembling Generic KERMIT-80 *
  48. * CPXSYS.MAC *
  49. * CPXSY2.MAC *
  50. * CPXVDU.MAC *
  51. * generic CRT selected *
  52. M                        C      ovlend     equ     $     ; End of overlay
  53. * sysfam set TRUE *
  54. * CPXCOM.MAC *
  55. * CPXSWT.MAC *
  56. * Assembling Generic KERMIT-80 *
  57. * CPXSYS.MAC *
  58. * CPXSY2.MAC *
  59. M 733E                   C      ovlend     EQU     $
  60. * CPXVDU.MAC *
  61. * generic CRT selected *
  62. M 73C0                   C      ovlend     equ     $     ; End of overlay
  63.  
  64. 3 Fatal error(s)
  65.  
  66. 0E}